SinglePoseDetectionModel

fun SinglePoseDetectionModel(pathToModel: String)

Constructs the pose detection model from a given path.

Parameters

pathToModel

path to model

fun SinglePoseDetectionModel(internalModel: OnnxInferenceModel, modelKindDescription: String? = null)

Parameters

internalModel

model used to make predictions